projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3608161
)
(child_setup_tty): Typo in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 05:40:07 +0000
(
05:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Feb 1994 05:40:07 +0000
(
05:40
+0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 119177b78a1fff8519099afbc3bb723cfea07d0a..fae76185dbf8303ed1a3864bcfecbe0fe4a5924a 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-473,7
+473,7
@@
child_setup_tty (out)
#ifdef IUCLC
s.main.c_iflag &= ~IUCLC; /* Disable downcasing on input. */
#endif
-
@
ifdef OLCUC
+
#
ifdef OLCUC
s.main.c_oflag &= ~OLCUC; /* Disable upcasing on output. */
#endif
s.main.c_cflag = (s.main.c_cflag & ~CSIZE) | CS8; /* Don't strip 8th bit */